home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-09-17 | 770 b | 23 lines | [TEXT/MPS ] |
- # This script uses a combination of MPW scripts to build the MrC PPC
- # CyberStarter Library (Debug Build)
- #
- # This script also assumes that you have placed 'UserStartup•ODF' in your MPW folder.
-
- ### Make sure you're set to the correct directory
-
- Directory "{ODFDev}CyberStarter:MCPPCDebug:"
-
- ### Tell the FWBuild script where your precompiled header files are located.
-
- Set FWPreCompHdrDir "{ODF}MCPPCDebug:Precompile∂ Headers:"
- Export FWPreCompHdrDir
-
- ### Build your CyberStarter part
-
- FWBuildMrCPPC "{ODFDev}CyberStarter:Sources:ODFCyberStarter.CFM"
-
- If `Exists "{ODFDev}CyberStarter:MCPPCDebug:Bin:ODFCyberStarter"`
- Echo "Copying to {ODF}MCPPCDebug:Lib:"
- Duplicate -y "{ODFDev}CyberStarter:MCPPCDebug:Bin:ODFCyberStarter" "{ODF}MCPPCDebug:Lib:ODFCyberStarter"
- End
-